From e44a0adfcf623b37ee26f79e607f81dc16fac75e Mon Sep 17 00:00:00 2001 From: William 'psyFi' Hatcher Date: Mon, 21 Aug 2017 13:20:00 -0500 Subject: Added .editorconfig (#3936) --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cbe0b6311 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ + +root = true + +[*] +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +spaces_around_operators = true + -- cgit v1.2.3